p, li {
    font-family: 'Muli', sans-serif;
}

#main-wrapper {
    background: rgb(239, 235, 233);
}

.container-fluid {
    /*background: blue;*/
    /*padding-top: 2em; Enable if header is fixed*/
    padding-right: 0;
    padding-left: 0;
}

.width-height-container {
    z-index: 10;
    max-width: 94em;
    min-height: 18em;
    margin: 2em auto;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

#plus-section {

}

#plus-inner-container {
    background: rgba(255, 255, 255, 0.7);
}

#iceplus-full {
    /*background: rgba(255, 255, 255, 0.7);*/
    padding: 1em 3em;
}

#iceplus-full h2 {
    /*color: white;
    background: url("../images/survival-banner-v2.svg");
    background-repeat: no-repeat;*/
    margin: 1em 0em 0em;
    padding: 0.4em 0em 0.3em;
    letter-spacing: 8px;
    text-align: center;
    background-size: cover;
    word-wrap: break-word;
}

#iceplus-full h4 {
    color: #323232;
    margin-top: 0;
    margin-bottom: 2em;
    text-align: center;
}

#plus-button a {
    background: rgb(146, 146, 146);
    color: white;
    width: 20%;
    height: 12%;
    min-width: 9em;
    margin: 1em auto;

    font-size: 20px;
    text-align: center;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#iceplus-full div h3 {
    font-size: 28px;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);*/
}

#iceplus-full p {
    line-height: 22px;
}

#iceplus-full .plus-area {
    text-align: center;
    padding: 2em 0;
}

#iceplus-full .plus-area div {
    background: rgb(243, 243, 243);
    max-width: 30em;
    margin: 0 auto;
    padding: 1em 2em;
    border-radius: 3px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

#iceplus-full .plus-area div h4 {
    margin-bottom: 0.5em;
}

.requirements {
    margin-bottom: 0;
    text-decoration: underline;
}

.level {
    position: relative;
    color: #686868;
    bottom: -5px;
    text-align: right;
    font-size: 13px;
}

#price-info {
    padding: 0 2em;
    text-align: center;
}

#register-pay {
    overflow: hidden;
    margin: 2em 0;
    text-align: center;
}

#reg-link {
    color: white;
    background: rgb(94, 103, 118);
    float: right;
    width: 40%;
    min-width: 10em;
    max-width: 13em;
    font-size: 18px;
}

#pay-link {
    color: white;
    background: rgb(94, 103, 118);
    float: left;
    width: 40%;
    min-width: 10em;
    max-width: 13em;
    font-size: 18px;
}

#pay-link:hover, #reg-link:hover {
    background: rgb(131, 147, 165);
}

#register-pay small {
    margin-top: 0.5em;
}

#register-pay > div {
    margin-bottom: 0.5em;
}

/**
 Edit modal overlay
 */

#edit-button {
    float: right;
}

#edit-button span {
    vertical-align: middle;
}

#edit-modal {
    margin-top: 1.5em;
}

.plus-info-edit-modal {
    background: white;
    padding: 2em;
    margin-top: 4em;
    box-shadow: 0 2px 12px 2px rgb(202, 202, 202);
}

.plus-info-edit-modal > form .form-group {
    margin-left: 1em;
}

.plus-info-edit-actions {
    display: flex;
    justify-content: center;
}

.plus-info-edit-actions button {
    margin: 0 0.5em;
}

@media (max-width: 768px) {
    #reg-link {
        float: none;
    }

    #pay-link {
        float: none;
    }
}

@media (max-width: 576px) {
    #iceplus-full {
        padding: 0 1em;
    }
}